﻿@media (max-width:992px) {
    body {
        /*min-width: 1250px !important;*/
    }
}

body {
	width: 100%;
	height: 100%;
    background: #FFFFFF;
}

body div {
    /*overflow: hidden;*/
}

.main {
    position: relative;
    width: 1170px;
    margin: 0px auto;
}

.main div {
    overflow: hidden;
}

.main div ul {
    overflow: hidden;
}



/*header*/
.slider1s{
	display: none;
}
.add-title{
	text-align: center;
}
.add-title h1{
	padding-top: 10px;
}
.add-title b{
	font-weight: 500;
	padding-top: 15px;
}
.add-title b:first-of-type{
	border-top: 2px solid #033491;
}
.add-title b:last-of-type{
	border-top: 2px solid #000;
	color: #033491;
}
.div-wrapper{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;*/
	width:1150px;margin:0 auto;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.divWrap{
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
	-webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 9999;
	overflow: hidden;
}
.opens{
	display: none;
	height: 33px;
	margin: 15px 0;
	font-size: 36px;
	color: #033491;
	cursor: pointer;
}
.opens i{
	display: block;
}
.navbar-toggle{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
    height: 40px;
	background: url(/icon_fmenu.png) no-repeat center left;
	background-size: 90%;
}
.caixin-header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    z-index: 9999;
    -moz-box-shadow:4px 1px 1px #033491; 
    -webkit-box-shadow:4px 1px 1px #033491; 
    box-shadow:4px 1px 1px #033491;
}
.caixin-header.bg{
	background: #fff;
	border: 0;
}
.caixin-header.active{
	top: -200px;
}
.mask{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.headers{
	position: relative;
	height: 80px;
	z-index: 999;
	float:left;
	width:1150px;
	margin:5px auto;
}
.headers .header-left{
    float:left;
	height: 80px;
	line-height: 80px;
	width:360px;
	
}
.headers .header-right{
    float:right;
	height: 100%;
}
.headers .header-left a{
	display: block;
	height: 100%;
}

.headers .header-left img{
	height: 63px;
	margin-top:6px;

}
.headers>nav{
	float: right;
	background: #fff;
}
.header-right{
	position: relative;
	height: 100%;

}
.small-menu{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    -moz-box-shadow:-2px 0px 5px #333; 
    -webkit-box-shadow:-2px 0px 5px #333; 
    box-shadow:-2px 0px 5px #333;
}
.small-menu li{
	width: 100%;
	cursor: pointer;
	padding: 0 15px;
	text-align: left;
	font-size: 16px;
}
.small-menu li a{
	display: block;
	line-height: 50px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ddd;
}
.small-menu li a i{
	float: right;
	line-height: 50px;
}
.header-right>.search-wrapper{
	display: none;
	float: left;
	padding-top: 25px;
}
.header-right>.search-wrapper>form{
	position: relative;
	border: 0;
}
.header-right>.search-wrapper>form>label{
	display: none;
	max-width: inherit;
	position: absolute;
	bottom: -90px;
	right: -25px;
	background: #fff;
	padding: 15px 25px;
	border: 1px solid rgba(102,102,102,0.6);
}
.header-right>.search-wrapper>form input{
	border: 1px solid rgba(102,102,102,0.6);
	padding-left: 10px;
	height: 35px;
	width: 200px;
}
.header-right>.search-wrapper>form>label:before,.header-right>.search-wrapper>form>label:after{
	border-width: 15px;
    position: absolute;
    right: 25px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.header-right>.search-wrapper>form>label:before{
    top: -30px;
    border-color: transparent transparent rgba(102,102,102,0.6);
}
.header-right>.search-wrapper>form>label:after{
    top: -29px;
    border-color: transparent transparent #fff;
}
.header-right>.search-wrapper>form>button{
	border: 0;
	background: #333;
	font-size: 25px;
	color: #333;
}
.header-right .log-wrapper{
	margin: 0 20px;
}
.header-right .log-wrapper{
	font-size: 20px;
}
.header-right .log-wrapper,.header-right .country-wrapper{
	float: left;
}
.header-right .log-wrapper a,.header-right .country-wrapper a{
	display: block;
	line-height: 90px;
	height: 100%;
	margin: 0 5px;
	font-size: 25px;
	color: #333;
}
.menu{
	font-size: 18px;
    height: 80px;
	margin-right:15px;
	
}
.menu li{
	position: relative;	
	padding: 0px 15px;
	height: 100%;
	line-height: 70px;
	padding-top:5px;
}
.small-menu li.nav-up-selected a,.menu li.nav-up-selected a{
	color: #fff;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.small-menu li.nav-up-selected,.menu li.nav-up-selected{
	background: #033491;
	transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.menu li a{
	padding: 0;
	color: #292929;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.list ul:before{
	z-index: 999;
	border-color:transparent transparent #fff; 
}
.menulist::-webkit-scrollbar,#samallList::-webkit-scrollbar{  
    width: 6px;   
    background-color: #fff;  
}
.menulist::-webkit-scrollbar-thumb,#samallList::-webkit-scrollbar-thumb{
     background: #ddd;
     border-radius: 5px;
}
.menulist{
	z-index: 999;
    width: 100%;
    max-height: calc(100vh - 120px);
    max-height: -moz-calc(100vh - 120px);
    max-height: -moz-calc(100vh - 120px);
    max-height: 400px;
    overflow: auto;
}
.menulist .list{
	border-radius: 0 0 5px 5px;
	width: 100%;
	background: rgba(255,255,255,0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
	display: none;
	border-top: 1px solid #033491;
}

.menulist .list .main{
	position: relative;
    margin: 0px auto;
    padding: 15px 0;
}
.menulist .list .main .row{
	margin: 0!important;
}
.menulist .list .main li{
	text-align: left;
}
.menulist .list .main-five li,.menulist .list .main-three li{
	padding-left: 10px;
	padding-right: 10px;
}
.menulist .list .main li h3{
	margin-bottom: 15px;
	/*border-bottom: 2px solid #333;*/
}
.menulist .list .container{
	padding: 0;
}
.menulist .list .main li .maincol6,.menulist .list .main li .maincol4{
	padding: 0;
}
.menulist .list .main li a{
	line-height: 2;
	font-size: 16px;
	padding: 0;
}
.menulist .list .main li b{
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.menulist .list .main li a,.menulist .list .main li b{
	display: block;
	cursor: pointer;
}
.menulist .list .main li a:hover{
	color: #033491;
	text-decoration: underline!important;
	cursor: pointer;
}
.small-menuDiv,.samall-menulist{
	display: none;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;	
}
.samall-menulists{
	width: 250px;
	height: 100%;
	position: fixed;
	left: -300px;
	top: 0;
	overflow-y: auto;
}
.samall-menulists .main{
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
.samall-menulists .list{
	position: inherit;
	
}
.samall-menulist .list {
	font-size: 16px;
    display: none;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    position: fixed;
    top: 0;
   	left: -300px;
    width: 250px;
    background: #fff;
    z-index: 9999;
}
.mainOneli,.mainOnelis{
	background: #033491;
	color: #fff;
}
.mainOneli>b,.mainOnelis>b{
	text-align: center;
}
.samall-menulist .list .main li{
	text-align: left;
	padding: 0 15px;
}
.samall-menulist .list .main li a{
	border-bottom: 1px solid #ddd;
}
.samall-menulist .list .main li a i{
	float: right;
	line-height: 50px;
}

/*下拉菜单 end*/


/*banner*/

#feature {
    margin-top: 106px;
}

.slideBox {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li.active {
    display: block;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd li a {
    width: 100%;
    height: 560px;
    display: block;
}

.slideBox .bd img {
    width: 100%;
    height: 560px;
    display: block;
}

.slideBox .hd {
    width: auto;
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 999;
}

.slideBox .hd ul {
    cursor: pointer;
}

.slideBox .hd ul li {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    background: url(../images/icons_qiu1.png) 0px 0px no-repeat;
}

.slideBox .hd ul li.on {
    background: url(../images/icons_qiu2.png) 0px 0px no-repeat;
}





.picScroll-left {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.picScroll-left .hd {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 30px;
    height: 70px;
    margin-top: 55px;
}

.picScroll-left .hd .prev {
    background: url(../images/prev2.png) 0px 0px no-repeat;
    float: left;
}

.picScroll-left .hd .prev:hover {
    background: url(../images/prev2.png) 0px -70px no-repeat;
}

.picScroll-left .hd .next {
    background: url(../images/next2.png) 0px 0px no-repeat;
    float: right;
}

.picScroll-left .hd .next:hover {
    background: url(../images/next2.png) 0px -70px no-repeat;
    float: right;
}

.picScroll-left .hd .pageState {
    display: none;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    display: none;
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    width: 1000px;
    margin: 0px auto;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    width: 182px;
    height: 182px;
    position: relative;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .pic .links {
    padding-top: 80px;
    color: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: url(../images/link_bg.png) repeat;
    text-align: center;
}

.picScroll-left .bd ul li .pic .links span {
    font-size: 16px;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
    font-size: 16px;
}

.titles {
    padding: 50px 0px;
    width: 100%;
    text-align: center;
}

.titles h1 {
    color: #444444;
    font-size: 20px;
    text-align: center;
    font-weight: 100;
}

.titles span {
    background: #7c7c7c;
    width: 50px;
    height: 2px;
    display: block;
    margin: 10px auto;
}

.titles .sub {
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}

.huibg {
    background: #f0f0f0;
    width: 100%;
}



/*企业应用软件*/

.yingyong {
    width: 100%;
    height: 370px;
}

.yingyong .one,
.yingyong .two,
.yingyong .three,
.yingyong .four,
.yingyong .five {
    float: left;
}

.yingyong .one {
    width: 200px;
    height: 340px;
    background: url(../images/banner/bGs2.jpg) bottom left no-repeat #ff3e24;
}

.yingyong .two,
.yingyong .three,
.yingyong .four {
    width: 180px;
    /*height: 235px;*/
    height: 320px;
    padding: 10px;
    margin-left: 8px;
    background: white;
}

.yingyong .three,
.yingyong .four {
    margin-left: 5px;
}

.yingyong .banner1 {
    height: 340px;
    position: relative;
}

.yingyong .banner1 .banner {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 610px;
}

.yingyong .banner1 .text h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    height: 34px;
    line-height: 34px;
    background: #b3b3b3;
    color: #fff;
}

.yingyong .five {
    width: 342px;
    height: 340px;
    margin-left: 10px;
    background: url(../images/icons_box1.png) center bottom no-repeat #FFFFFF;
}



/*第一个块的大标题*/

.yingyong .one h1 {
    font-size: 30px;
    line-height: 40px;
    color: white;
    padding: 35px 0 0 20px;
}

.yingyong .one h1 a {
    color: white;
}

.yingyong .one h1 a span {
    font-size: 24px;
}



/*第一个块中的链接列表*/

.yingyong .one ul {
    padding: 25px 0 0 20px;
}

.yingyong .one ul li {
    font-size: 16px;
    line-height: 29px;
}

.yingyong .one ul li a {
    color: white;
}



/*第二个、第三个块中的题图*/

.yingyong .img {
    width: 180px;
    /*height: 110px;*/
    height: 203px;
}



/*第二个、第三个块中的文字*/

.yingyong .two .text,
.yingyong .three .text,
.yingyong .four .text {
    width: 180px;
    margin-top: 20px;
}

.yingyong .text ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    background: url(../images/icons_tri4.png) no-repeat -2px 3px;
}

.yingyong .text ul li {
    float: left;
    width: 63px;
    height: 30px;
    padding: 0 0 0 10px;
}

.yingyong .text ul .lastli {
    width: 135px;
}

.yingyong .text ul li a {
    color: #999;
    font-size: 16px;
}

.yingyong .text ul li a:hover {
    color: #ee5c48;
}



/*第四个块的上半部分*/

.yingyong .five .text1 {
    height: 160px;
    background: white;
    padding: 28px 0 0 30px;
}



/*下半部分*/

.yingyong .five .text2 {
    /*margin-top: 10px;*/
    background: white;
}



/*下半部分两个切换按钮*/

.yingyong .five .ly {
    margin: 0;
    padding: 0;
    background: none;
}

.yingyong .five .ly li {
    width: 171px;
    height: 50px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 50px;
    background: #b3b3b3;
    cursor: pointer;
}

.yingyong .five .ly li.active {
    background: #ff543d;
}

.yingyong .text ul.lylist {
    margin: 20px 0 0 30px;
}



/*互联网服务*/

.hulian {
    width: 100%;
    height: 370px;
}

.hulian .one,
.hulian .two,
.hulian .three,
.hulian .four {
    float: left;
}

.hulian .one {
    width: 200px;
    height: 340px;
    background: url(../images/banner/bGs1.jpg) bottom left no-repeat #0dc7c8;
}

.hulian .two,
.hulian .three {
    width: 290px;
    height: 340px;
    margin-left: 8px;
}



/*修改部分 .hulian .two-.hulian .five部分布局删除*/

.hulian .cenTre {
    float: left;
    padding: 0 10px;
}

.hulian .cenTre .cenTre-top {
    margin-bottom: 10px;
}

.hulian .cenTre .cenTre-top .top-left {
    background: url(../images/banner/di2.jpg) no-repeat bottom #fff;
    width: 274px;
}

.hulian .cenTre .cenTre-top .top-centre {
    background: url(../images/banner/di3.jpg) no-repeat bottom #fff;
    width: 375px;
}

.hulian .cenTre .cenTre-top .top-right {
    width: 173px;
}

.hulian .cenTre .cenTre-div {
    background: #fff;
    float: left;
    margin-right: 10px;
}

.hulian .cenTre .cenTre-div p {
    background: #ff543d;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.hulian .cenTre .cenTre-div .cenDiv {
    height: 160px;
    padding: 20px 15px 20px;
    overflow: hidden;
}

.hulian .cenTre .cenTre-div ul {
    height: 100%;
}

.hulian .cenTre .cenTre-div ul li {
    float: left;
    margin: 0 9px 10px 0;
    width: 73px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    border: 1px dashed #ddd;
    border-radius: 3px;
}

.hulian .cenTre .top-centre ul li {
    margin-right: 11px;
}

.hulian .cenTre .top-centre ul li:last-of-type {
    width: 157px;
}

.hulian .cenTre .top-right {
    margin-right: 0;
    background: url(../images/banner/di1.png) no-repeat bottom #fff;
    background-size: 100%;
}

.hulian .cenTre .top-right ul li {
    margin-right: 0;
}

.hulian .cenTre .top-right ul li {
    width: 99%;
}

.hulian .cenTre .cenTre-div ul li:hover {
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    border: 1px solid #ff543d;
    background: #ff543d;
}

.hulian .cenTre .cenTre-div ul li:hover a {
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    background: #ff543d;
    color: #fff;
    border-radius: 3px;
}

.hulian .cenTre .cenTre-div ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.hulian .cenTre .top-left ul li:nth-of-type(3n) {
    margin-right: 0;
}

.hulian .cenTre-bottom .bottom-div {
    width: 416px;
}

.hulian .cenTre-bottom .bottom-left {
    float: left;
}

.hulian .cenTre-bottom .bottom-right {
    float: right;
}

.hulian .cenTre-bottom .bottom-div p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #b2b2b2;
}

.hulian .cenTre-bottom .bottom-div ul {
    padding: 0 5px;
    height: auto;
    overflow: hidden;
    /*display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-box-pack:justify;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
    justify-content: space-between;*/
}

.hulian .cenTre-bottom .bottom-div .bottom-divs {
    float: left;
    width: 100%;
    padding: 5px 0px;
    background: #fff;
}

.hulian .cenTre-bottom .bottom-div ul li {
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #333;
    margin-right: 4px;
}



/*.hulian .cenTre-bottom .bottom-div ul li:hover a{
	color: #ff543d;
}*/


/*.hulian .cenTre-bottom .bottom-div ul li:hover{
	color: #ff543d;
}*/

.hulian .riGht {
    background: #fff;
    /*background: url(../images/banner/right-shichang.jpg) no-repeat;*/
    width: 108px;
    height: 340px;
    float: left;
    text-align: center;
}

.hulian .riGht p {
    padding-top: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #ff543e;
}

.hulian .riGht ul {
    margin-top: 20px;
}

.hulian .riGht ul li {
    font-size: 16px;
    line-height: 32px;
}

.hulian .riGht ul li:hover a {
    color: #ee5c48;
}



/*以上为修改*/

.hulian .two {
    width: 200px;
}

.hulian .two .a {
    height: 168px
}

.hulian .two .b {
    height: 168px;
    margin-top: 4px;
}

.hulian .three {
    margin-left: 5px;
    width: 260px;
}

.hulian .four {
    width: 286px;
    height: 340px;
    margin-left: 5px;
}

.hulian .one h1 {
    font-size: 30px;
    line-height: 40px;
    color: white;
    padding: 35px 0 0 20px;
}

.hulian .one h1 a {
    color: white;
}

.hulian .one h1 a span {
    font-size: 24px;
}

.hulian .one ul {
    padding: 25px 0 0 20px;
}

.hulian .one ul li {
    font-size: 16px;
    line-height: 29px;
}

.hulian .one ul li a {
    color: white;
}

.hulian .five {
    width: 200px;
    float: right;
}

.hulian .five .a {
    height: 168px;
}

.hulian .five .b {
    margin-top: 4px;
    height: 168px;
}



/*金融服务*/

.jinrong {
    width: 100%;
    height: 370px;
}

.jinrong .one,
.jinrong .two,
.jinrong .three,
.jinrong .four {
    float: left;
}

.jinrong .one {
    width: 200px;
    height: 340px;
    background: url(../images/banner/bGs3.jpg) bottom left no-repeat #ffa517;
}

.jinrong .two {
    width: 287px;
    height: 340px;
    margin-left: 8px;
}

.jinrong .three {
    width: 220px;
    height: 340px;
    margin-left: 5px;
}

.jinrong .four {
    width: 220px;
    height: 340px;
    margin-left: 5px;
}

.jinrong .five {
    width: 220px;
    height: 340px;
    margin-left: 5px;
    float: right;
}

.jinrong .one h1 {
    font-size: 30px;
    line-height: 40px;
    color: white;
    padding: 35px 0 0 20px;
}

.jinrong .one h1 a {
    color: white;
}

.jinrong .one h1 a span {
    font-size: 24px;
}

.jinrong .one ul {
    padding: 25px 0 0 20px;
}

.jinrong .one ul li {
    font-size: 16px;
    line-height: 29px;
}

.jinrong .one ul li a {
    color: white;
}

.jinrong .twotop {
    width: 219px;
    height: 168px;
}

.jinrong .twobottom {
    width: 219px;
    height: 168px;
    margin-top: 4px;
}



/*修改*/

.linkDiv .link_box .link-img {
    line-height: 340px;
    background: #fff;
}

.linkDiv .link_box img {
    vertical-align: middle;
}



/*以上为修改*/


/*鼠标hover 菜单滑出*/

.link_box {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}



/*初始底部链接*/

.link {
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/link_bg.png) repeat;
    ;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: white;
}



/*大的滑出区块*/

.link2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: url(../images/link_bg.png) repeat;
    ;
    text-align: center;
}

.link2 h2 {
    width: 100%;
    height: 44px;
    padding: 60px 0 0 0;
    font-size: 24px;
    color: white;
    font-weight: 100;
}

.te h2 {
    padding: 80px 0 0 0;
}

.link2 p {
    width: 100%;
    height: 70px;
    font-size: 16px;
    color: white;
}

.link2 a {
    display: block;
    width: 160px;
    height: 30px;
    background: #ffa517;
    line-height: 30px;
    margin: 0 auto;
    color: white;
}



/*小的滑出区块*/

.link3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: url(../images/link_bg.png) repeat;
    ;
    text-align: center;
}

.link3 h2 {
    width: 100%;
    height: 44px;
    padding: 20px 0 0 0;
    font-size: 24px;
    color: white;
    font-weight: 100;
}

.link3 p {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: white;
}

.link3 a {
    display: block;
    width: 160px;
    height: 30px;
    background: #ffa517;
    line-height: 30px;
    margin: 0 auto;
    color: white;
}



/*企业新闻*/

.news {
    width: 100%;
    height: 550px;
}

.news_box {
    position: relative;
    height: 420px;
}



/*各个新闻内容的容器*/

.news_content {
    position: absolute;
    width: 1170px;
    height: 420px;
    top: 0;
    left: 0;
    overflow: hidden;
}



/*切换菜单*/

.news_menu {
    position: absolute;
    top: 18px;
    right: 0;
    width: 680px;
    height: 50px;
    z-index: 99;
}



/*一条新闻*/

.one_news {
    height: 420px;
    display: none;
}

.one_news .text {
    float: right;
    width: 660px;
    height: 320px;
    margin: 73px 0 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.one_news .text .more {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.one_news .title {
    font-size: 16px;
    margin: 10px 0px;
}

.one_news .title a {
    color: #ee5c48;
}

.news_menu ul li {
    float: left;
    padding: 0 30px;
    font-size: 18px;
    line-height: 50px;
    color: #666;
    cursor: pointer;
}

.news_menu ul li.active {
    color: #e60012;
    padding: 0 20px 0 30px;
    margin: 0 10px 0 0;
    color: #e60012;
    background: url(../images/icons_tri5.png) no-repeat right center;
}



/*头条新闻*/

.one_news .text .headline {
    padding: 30px 0 18px 0;
}

.one_news .text .headline p {
    line-height: 20px;
    color: #999;
}



/*头条新闻日期*/

.one_news .text .headline .date {
    float: left;
    width: 100px;
    height: 90px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.one_news .text .day {
    display: block;
    width: 100px;
    height: 50px;
    font-size: 35px;
    color: #ee5c48;
}

.one_news .text .year {
    display: block;
    width: 100px;
    height: 40px;
    font-size: 13px;
    color: #999;
}

.one_news .text .headline .else {
    padding: 0 0 0 20px;
}

.dynamic .text ul {
    border-top: 1px solid #ddd;
}

.one_news .text ul {
    width: 635px;
    padding: 24px 0 0 0;
}

.one_news .text ul li {
    padding: 0 0 0 20px;
    background: url(../images/icons_tri7.png) no-repeat left 3px;
    height: 36px;
}

.one_news .text ul li a {
    font-size: 16px;
}

.one_news .text ul li span {
    float: right;
    font-size: 12px;
    color: #434343;
}

.one_news h2 {
    color: #ee5c48;
    font-size: 16px;
    font-weight: 100;
    line-height: 40px;
}

.one_news .more {
    text-align: right;
    padding: 5px 0 0 0;
}

.one_news .more a {
    color: #ee5c48;
    font-size: 16px;
}

.one_news .more2 {
    text-align: right;
}

.one_news .more2 a {
    color: #ee5c48;
    font-size: 16px;
}

.video .text ul {
    width: 50%;
    float: left;
    border-top: 1px solid #ddd;
}

.video .text ul li {
    background: url(../images/icons_video.jpg) 0px top no-repeat;
    padding-left: 30px;
}

.video .text ul li a {
    color: #999999;
}

.solution .text ul {
    width: 50%;
    float: left;
}

.solution .text ul li span {
    float: left;
    color: #666666;
    font-size: 12px;
    width: 80px;
    height: 20px;
    margin-right: 10px;
    border-right: 1px solid #666666;
}

.solution .text ul li a {
    float: left;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.leftmenu {
    position: fixed;
    top: 100px;
    left: 0;
    height: 600px;
    z-index: 990;
    width: 250px;
    display: none;
}

.leftmenu ul {
    height: 600px;
}

.leftmenu ul li {
    position: relative;
    width: 100%;
}

.leftmenu ul li a {
    display: block;
    width: 55px;
    height: 50px;
}

.leftmenu a.lm_1 {
    background: url(../images/ln11.png) no-repeat left top;
    background-size: 55px;
}

.leftmenu a.lm_2 {
    background: url(../images/ln21.png) no-repeat left top;
    background-size: 55px;
}

.leftmenu a.lm_3 {
    background: url(../images/ln31.png) no-repeat left top;
    background-size: 55px;
}

.leftmenu a.lm_4 {
    background: url(../images/ln41.png) no-repeat left top;
    background-size: 55px;
}

.leftmenu a.lm_5 {
    background: url(../images/ln51.png) no-repeat left top;
    background-size: 55px;
}

.leftmenu a:hover,
.leftmenu a.active {
    background-position: left bottom;
}

.leftmenu ul li.one .open {
    position: absolute;
    z-index: 200;
    top: 0px;
    left: -250px;
    width: 200px;
    display: block;
}

.leftmenu ul li.two .open {
    position: absolute;
    z-index: 200;
    top: -50px;
    left: -250px;
    width: 200px;
    height: 500px;
    display: block;
}

.leftmenu ul li.three .open {
    position: absolute;
    z-index: 200;
    top: -100px;
    left: -250px;
    width: 200px;
    height: 450px;
    display: block;
}

.leftmenu ul li.four .open {
    position: absolute;
    z-index: 200;
    top: -150px;
    left: -250px;
    width: 200px;
    height: 400px;
    display: block;
}

.leftmenu ul li .title {
    background: #ad000e;
    padding: 10px 20px;
    color: #FFFFFF;
}

.leftmenu ul li .title h5 {
    font-size: 16px;
    margin-top: 5px;
}

.leftmenu ul li .content {
    background: #ad000e;
    height: 450px;
    padding: 0px 20px 20px 20px;
    color: #FFFFFF;
    /*display: none;*/
}

.leftmenu ul li .bh {
    height: 600px;
}

.leftmenu ul li .bh2 {
    height: 166px;
}

.leftmenu ul li .content a {
    color: #FFFFFF;
    width: auto;
    height: auto;
    display: inline-block;
}

.leftmenu ul li .content .small {
    width: 30px;
}

.leftmenu ul li .content .small2 {
    width: ;
    text-align: center;
}

.leftmenu ul li .content span {
    color: #FFFFFF;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.leftmenu ul li .content p {
    padding: 5px 0px;
}

.leftmenu ul li .content p em {
    margin: 0px 5px;
}

.username {
    display: block;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* 尾部样式 */
.w1170{width:1170px;
       margin:0 auto;}
.footer{
    padding: 30px 0 35px;
    background-color: #033491;
}
.footer_t{
    padding-top: 8px;
    background: url(../images/footer_bg3.png) no-repeat center 40px;
	margin:0 auto;
	text-align:center;
	height:340px;
}
.footer_title{
    height: 76px;
    font-size: 16px;
    line-height: 76px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #008ace;
}
.footer_tl{
    float: left;
    width: 33.203125%;
}
.footer_tl_c{
    padding: 20px 0;
    font-size: 0;
}
.footer_tl_c ul{
    display: inline-block;
    width: 37.64705882352941%;
    margin: 0;
    vertical-align: top;
}
.footer_tl_c ul li a{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.footer_tl_c .h_line::after{
    background-color: #fff;
}
.footer_tr{
    float: right;
    width: 33%;
}
.footer_tr a{
   width:40%;float:left;
   background:#008ace;
}
.footer_tr span.mll{width:50px;height:1px;float:left}
.footer_tr ul{
    margin: 0;
    padding: 20px 0;
    font-size: 0;
}
.footer_tr ul li{
    display: inline-block;
    width: 100%;
    padding-right: 9.375%;
	height:110px;
}
.footer_tr ul li a{
    position: relative;
    display: block;
    width: 47px;
    height: 47px;
    background-image: url(../images/footer_icons.png);
    background-repeat: no-repeat;
}

.footer_tr ul li a:hover{
    opacity: .8;
}
.ewm{
    position: absolute;
    left: 50%;
    bottom: 55px;
    opacity: 0;
    display: none;
    width: 140px;
    padding: 8px 8px 0;
    margin-left: -70px;
    background-color: #af785b;
    transition: 5s;
}
.ewm:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -16px;
    display: block;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top-color: #af785b;
}
.ewm i{
   display: block;
   font-size: 12px;
   font-style: normal;
   line-height: 28px;
   color: #f8f4f2;
   text-align: center;
}
.footer_more{
    background-color: #333;
}
.footer_b{
    padding-top: 24px;
    border-top: 3px solid #284b8e;
}
.footer_bt{
    font-size: 0;
    text-align: center;
}
.footer_bt a{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.footer_bt .h_line::after{
    background-color: #ffffff;
}
.footer_bt span{
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #d9ab97;
}
.footer_b p{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}

.h_line{
    position: relative;
}
.h_line::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.h_line:hover::after{
    width: 100%;
}
.more{
    display: block;
    width: 60px;
    height: 40px;
    text-align: center;
    
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.more11{
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 35px;
}
.more11 .more_text{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.more11:hover{
    color: #fff;
    text-decoration: none;
    /* background-color: #58201a !important; */
}
.more11:hover .more_text{
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
}



.more .more_text{
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.more:hover{
    color: #fff;
    text-decoration: none;
    /* background-color: #58201a !important; */
}
.more:hover .more_text{
    -webkit-transform: translate(10px);
    -moz-transform: translate(10px);
    -ms-transform: translate(10px);
    -o-transform: translate(10px);
    transform: translate(10px);
}


.main-one>li>ul>li,.main-four>li{
	padding: 0 10px;
}







/*板块一：banner或视频播放*/
.index-banner-one {
	width: 100%;
	height: 530px;
}
.index-banner-one .swiper-slide-one {
	width: 100%;
	height: 530px;
	background: url("../img/index-banner-video-img.png") no-repeat center;
	background-size: cover;
	position: relative;
}
.index-banner-one .index-banner-one-pagination {
	display: none;
}
.swiper-slide-one .videos {
	/* display: none; */
	position: absolute;
	left: 50%;
	top: 80%;
	width: 56px;
	height: 56px;
	transform: translate(-28px, -28px);
	background: transparent url("../img/icon-play-btn.png") no-repeat center;
	background-size: cover;
}
.swiper-slide-one .videos:hover {
	cursor: pointer;
}

#slide-videos{
width:562px;
height:317px;
object-fit: fill;
}

.video-box .gb {
	cursor: pointer;
}

.index-company-box {
	width: 1150px;
	height: 424px;
	background: #fff url("../img/bg-company.png") no-repeat center;
	background-size: cover;
	margin:0 auto;
}
.index-company-cont {
	width: 1200px;
	padding: 0 185px;
	margin: 0 auto;
	text-align: center;
}
.index-company-cont h2 {
	margin: 0;
	padding-top: 50px;
	font-size: 32px;
	color: #165aa1;
	line-height: 42px;
	text-shadow:5px 5px 5px #333;
}
.index-company-cont h2 em {
	font-style: normal;
	font-size: 54px;
	/* font-weight: 700; */
	padding: 0 4px;
}
.index-company-cont .company-txt1 {
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	padding-top: 16px;
	padding-bottom: 14px;
}
.index-company-cont .company-txt2 {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 36px;
	text-align:left;
	/*text-shadow:10px 10px 3px #a5a8ab;*/
	font-weight:500;
}
.index-company-cont .company-txt3 {
	padding-top: 38px;
}
.index-company-cont .company-txt3 a {
	padding: 8px 40px 8px 25px;
	background: #FFFFFF;
	border: 1px solid #165aa1;
	font-size: 16px;
	color: #165aa1;
	line-height: 16px;
	position: relative;
}
.index-company-cont .company-txt3 a:hover{background:#d3d3d3;}

.index-business-box {
	width: 100%;
	height: 608px;
	position: relative;
}
.business-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 5;
	background-color: rgba(51, 51, 51, 0.8);
	color: #fff;
}
.business-nav-cont {
	width: 1200px;
	margin: 0 auto;
	/* overflow-x: auto;
	overflow-y: hidden; */
}
.business-nav-cont .index-banner-two .swiper-slide {
	display: inline-block;
	width: auto;
	vertical-align: top;
	padding: 0 4px;
	margin: 0 15px;
	color: #999;
	font-size: 24px;
	letter-spacing: 2.46px;
	line-height: 80px;
}

.business-nav-cont .index-banner-two .swiper-slide:hover {
	cursor: pointer;
}
.business-nav-cont .index-banner-two .business-nav-active {
	color: #fff;
	position: relative;
}
.business-nav-cont .index-banner-two .business-nav-active::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.index-banner-two .swiper-button-prev-two, .index-banner-two .swiper-button-next-two {
	display: none;
}
.business-show {
	width: 100%;
	height: 100%;
	background: #ccc url("../img/business/yingxiao.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}
.business-show-zhizao {
	width: 100%;
	height: 100%;
	background: #ccc url("../img/business/zhizao.jpg") no-repeat center;
	background-size: cover;
}
.business-show-caigou {
	width: 100%;
	height: 100%;
	background: #ccc url("../img/business/caigou.jpg") no-repeat center;
	background-size: cover;
}
.business-show-jinrong {
	width: 100%;
	height: 100%;
	background: #ccc url("../img/business/jinrong.jpg") no-repeat center;
	background-size: cover;
}
.business-show-caiwu {
	width: 100%;
	height: 100%;
	background: #ccc url("../img/business/caiwu.jpg") no-repeat center;
	background-size: cover;
}
.business-show-renli {
	width: 100%;
	height: 100%;
	background: #ccc url("../img/business/renli.jpg") no-repeat center;
	background-size: cover;
}
.business-show-xietong {
	width: 100%;
	height: 100%;
	background: #ccc url("../img/business/xietong.jpg") no-repeat center;
	background-size: cover;
}
.business-show-yunpingtai {
	width: 100%;
	height: 100%;
	background: #ccc url("../img/business/yunpingtai.jpg") no-repeat center;
	background-size: cover;
}
.business-show-txt-model {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.business-show-txt {
	position: absolute;
	width: 60%;
	left: 20%;
	top: 42%;
	text-align: center;

}
.business-show-txt h3 {
	display: inline-block;
	font-size: 42px;
	color: #FFFFFF;
	line-height: 42px;
	padding-bottom: 30px;
	position: relative;
	
}
.business-show-txt h3::before, .business-show-txt h3::after {
	position: absolute;
	left: -100px;
	top: 20px;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #fff;
}
.business-show-txt h3::after {
	left: auto;
	right: -100px;
}
.business-show-txt .business-show-txt-h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	font-weight: 700;
}
.business-show-txt .business-show-txt-p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	padding-bottom: 40px;
}
.business-show-txt-company p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
}
.business-show-txt-company ul {
	padding-top: 14px;
}
.business-show-txt-company ul li {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 40px;
	margin: 0 10px 10px;
}
.business-show-txt-company ul li img {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
/* 板块五:公司价值 */
.index-value-box {
	width: 1150px;
	height: auto;
	background-color: #fff;
	margin:0 auto;
}
.index-value-cont {
	width: 1150px;
	padding: 0px 20px 0;
	margin: 0 auto;
	text-align: center;
}
.value-cont-list {
	
	vertical-align: top;
	
	height: auto;
	/* padding: 0 10px; */
	margin: 0 10px;
	text-align: left;
	
	overflow: hidden;
}
.value-cont-list .value-cont-list-li1 {
	width: 100%;
	height: 190px;
	padding: 30px 9px 0 30px;
	background: #ccc url("../images/tu1.gif") no-repeat center;
	background-size: cover;opacity: 1;
}
.value-cont-list:nth-child(2) .value-cont-list-li1 {
	background: #ccc url("../images/tu2.gif") no-repeat center;
	background-size: cover;
}
.value-cont-list:nth-child(3) .value-cont-list-li1 {
	background: #ccc url("../images/tu3.gif") no-repeat center;
	background-size: cover;
}
.value-cont-list .value-cont-list-li1:hover {
	cursor: pointer;
}
.value-cont-list-li1 h2 {
	font-size: 28px;
	color: #FFFFFF;
	line-height: 28px;
	text-shadow:1px 1px 5px #000;
	font-weight:700;
}
.value-cont-list-li1 .value-cont-list-li1-show {
	padding: 14px 0;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.43px;
	line-height: 20px;
	height: 80px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	text-shadow:1px 1px 5px #000;
	font-weight:700;
}
.value-cont-list-li1 .value-cont-list-li1-more a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	text-shadow:1px 1px 5px #000;
	font-weight:700;
}
.value-cont-list .value-cont-list-li2, .value-cont-list .value-cont-list-li3 {
	padding: 30px 0 20px 30px;
	position: relative;
}
.value-cont-list .value-cont-list-li2 {
	max-height: 235px;
	overflow: hidden;
}
.value-cont-list .value-cont-list-li2::after {
	content: "";
	position: absolute;
	left: 30px;
	bottom: 0;
	width: 300px;
	height: 1px;
	background-color: #d8d8d8;
}
.value-cont-list-li2 h3, .value-cont-list-li3 h3 {
	padding-right: 10px;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.4px;
	line-height: 24px;
	max-height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.value-cont-list-li2 h3:hover, .value-cont-list-li3 h3:hover {
	cursor: pointer;
}
.value-cont-list-li2 p, .value-cont-list-li3 p {
	margin-top: 14px;
	padding-right: 34px;
	font-size: 16px;
	letter-spacing: 1.2px;
	line-height: 25px;
	max-height: 80px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.value-cont-list .value-cont-list-li3 {
	padding-top: 16px;
}


.value-cont-listnn {
	width:46%;
	vertical-align: top;
	
	height: auto;
	/* padding: 0 10px; */
	margin: 0 2%;
	text-align: left;
	
	overflow: hidden;
	float:left;
}
.value-cont-listnr {
	width:46%;
	vertical-align: top;
	
	height: auto;
	/* padding: 0 10px; */
	margin: 0 2%;
	text-align: left;
	
	overflow: hidden;
	float:right;
}
.new_title1{width:46%;float:left;text-align:center;height:60px;line-height:60px;background:#d3d3d3;font-size:18px;margin:10px 2%;}
.new_title1:hover{background:#296378;color:#fff;font-weight:700;}
.new_title2{width:46%;float:right;text-align:center;height:60px;line-height:60px;background:#d3d3d3;font-size:18px;margin:10px 2%;}
.new_title2:hover{background:#296378;color:#fff;font-weight:700;}



.mtt10{margin-top:10px;}
.mtt15{margin-top:15px;}
.mtt20{margin-top:20px;}
.mtt25{margin-top:15px;}
.mtt30{margin-top:30px;}
.mtt40{margin-top:40px;}
.mtt50{margin-top:50px;}



.contentindex{width:100%;height:auto;margin:0 auto;margin-top:73px;}

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

        /* Bubble Float Left */  
       .bubble-float-left1 {  
            position: relative;  
            transition-property: transform;  
            transition-duration: .6s;  
        }  
       .bubble-float-left1:before {  
            pointer-events: none;  
            position: absolute;  
            z-index: -1;  
            content: '';  
            border-style: solid;  
            border-width: 10px 10px 10px 0;  
            border-color: transparent #fff transparent transparent;  
            top: calc(50% - 10px);  
            left: 0;  
            transition-duration: .6s;  
            transition-property: left;  
        }  
      .bubble-float-left1:hover {  
            transform: translateX(5px);  
        }  
     .bubble-float-left1:hover:before {  
            left: -10px;  
        }  

